home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Programming / QuakeTools / Makefile.in < prev    next >
Encoding:
Makefile  |  1998-06-12  |  477 b   |  19 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # MakeFile for QuakeTools
  3.  
  4. default profile coverage branch all utils install %:
  5.     cd ./src; $(MAKE) $@;
  6.  
  7. test testprofile testcoverage:
  8.     cd ./src; $(MAKE) test;
  9.     cd ./testfarm; $(MAKE) $@;
  10.  
  11. clean cleanprofile cleancoverage cleanall:
  12.     cd ./src; $(MAKE) $@;
  13.     cd ./testfarm; $(MAKE) $@;
  14.  
  15. distclean:
  16.     cd ./src; $(MAKE) $@;
  17.     cd ./testfarm; $(MAKE) clean;
  18.     @TAR@ cf - bin docs lib src testfarm * | @GZIP@ -9 >../qtools-0.1.tgz
  19.